home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent1 / animdtc019.readme < prev    next >
Text File  |  1997-05-25  |  3KB  |  94 lines

  1. Short:    IFF ANIM DataType V1.9, now supports saving of IFF ANIM
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5. Replaces: util/dtype/animdtc018.LhA
  6.  
  7. IFF ANIM DataType, a replacement for (little bit) buggy CBM anim.datatype.
  8. animation.datatype subclass.
  9.  
  10. Shareware !
  11.  
  12. Starting with V1.8, anim.datatype is shareware. See "anim.datatype.doc/MAIN"
  13. for details
  14.  
  15. Features are:
  16. - Can save it's local format.
  17.   anim.datatype supports DTM_WRITE for it's local format, e.g you
  18.   can save animations in IFF ANIM using this datatype.
  19.   Supports currently IFF ANIM-3 as output format, other formats
  20.   are on the way.
  21.   Converters like "DTConvert" are now able to write IFF ANIM using this 
  22.   datatype :-)
  23.  
  24. - Supports sound.
  25.   Any sound (loaded with a sound.datatype subclass) can be attached to the
  26.   animation.
  27.  
  28.   If you want, you can read-out this animation+sound as an IFF FILM stream
  29.   (using DumpDTAnim (Aminet:gfx/conv/DumpDTAnim#?.LhA)) and make a
  30.   playback using film.datatype.
  31.  
  32. - Per-frame-colormaps (e.g. palatte change per frame). Using DBufDTAnim
  33.   >= v1.2 (Aminet:gfx/show/DBufDTAnim) or animation.datatype V41, you can use
  34.   this feature.
  35.  
  36. - Supports all (currently) defined ANIM compression modes:
  37.   - ANIM-0    ILBM BODY
  38.   - ANIM-1    ILBM XOR           (disabled, no test files)
  39.   - ANIM-2    Long Delta mode
  40.   - ANIM-3    Short Delta mode
  41.   - ANIM-4    General Delta mode (disabled, no test files)
  42.   - ANIM-5    Byte Delta mode
  43.   - ANIM-6    Stereo Byte Delta mode
  44.   - ANIM-7    Anim-5 compression using LONG/WORD data
  45.   - ANIM-8    Anim-5 compression using LONG/WORD data
  46.   - ANIM-J    Eric Grahams compression format
  47.  
  48. - Compression modes can be mixed in any way (e.g. ANIM-5 with ANIM-J etc.).
  49.  
  50. - Interleave counts can have any value (not limited to 1 or 2 frames back),
  51.   maybe 255.
  52.  
  53. - Should be safer than the CBM version. Includes stack checking code and
  54.   many asserts to avoid crashes.
  55.  
  56. - Random frame access (even to deltas).
  57.  
  58. - Supports clipboard as input.
  59.  
  60. - Dynamic loading of frames (disk-based) or caching the whole anim in memory.
  61.  
  62. - Preference file with various options and per project settings like
  63.   - Viewmode ID
  64.   - Frames Per Second Rate
  65.   - VERBOSE option which shows the internal structure of the animation stream
  66.     (used compression modes; animation dimensions and other attributes).
  67.   - Sound attachment with
  68.   - Volume control
  69.  
  70. - Matches the "DataTypes" proposal.
  71.  
  72. Future versions will implement:
  73. - SAMPLESPERFRAME / PERIOD options to set the length and playback-speed of
  74.   the sound.
  75.  
  76. - Frame skipping (by compression type and/or by frame number).
  77.  
  78. - Dynamic timing.
  79.  
  80. - Color cycling in an animation.
  81.  
  82. Bye,
  83. Roland
  84.  
  85.  
  86. P.S.:
  87. Following was cut from an aminet "weekly-uploads" mail:
  88. | Please rate all the programs you
  89. | download. To do so, send to aminet-server@wuarchive.wustl.edu :
  90. | RATE <path> <num>
  91. | where <path> is the file you want to judge and <num> is a mark from 0..10
  92. | with 10 being the best. You can rate several programs in one mail, but
  93. | don't rate your own programs. Example: RATE dev/gui/mui23usr.lha 8
  94.